checkbutton: Match GtkButton behavior
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 Jun 2021 20:27:55 +0000 (13:27 -0700)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 19 Jun 2021 20:30:31 +0000 (13:30 -0700)
commit3b70cd3226b5dde147f0fd52a1a4dc6ac769785f
tree2b03b62e77259b6334b274060433eb5a3b6227f9
parent13a2db22381d102258e44e4af7d5828e7c781705
checkbutton: Match GtkButton behavior

When leaving the widget before releasing the button,
we should not activate the checkbutton, to match the
way GtkButton behaves.

Fixes: #4061
gtk/gtkcheckbutton.c